Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for mixed bcs in (EB)godunov PLM and MacProjector #123

Merged
merged 12 commits into from
Feb 28, 2024

Conversation

cgilet
Copy link
Collaborator

@cgilet cgilet commented Feb 21, 2024

For the MacProjector, allow specifying Robin BCs (since mixed BCs can be viewed as a special case of this).

For (EB)Godunov, this has been implemented by allowing the option to pass a position dependent BC MF/Array4. The BC MF is cell-centered and carries the amrex::BCType type in the first ghost cell (precedent set by MLMG's treatment of Robin BCs) and must fully specify the BC on all faces. If a position dependent BCs are passed in, they take precedent and single bc per face BCRecs are ignored.

@asalmgren asalmgren merged commit 1ec1247 into AMReX-Fluids:development Feb 28, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants